home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-01-08 | 900 b | 27 lines | [TEXT/MCsh] |
- # This is a sample configuration file for MacShell.
- # This file should be customized to suit your preferences, and
- # stored in the same folder where you keep MacShell.
- #
- # Lines beginning with the pound character will be ignored
- # by MacShell. Uncomment the things you want to use.
- #
- # "remapesc" is a special shell variable used to cause the backquote
- # key to trigger filename completion instead of the escape key.
- #
- # set remapesc
- #
- # "tabnc" makes the tab key trigger filename completion. If both
- # tabnc and remapesc are set, tabnc takes precedence.
- #
- # set tabnc
- #
- # Until MacShell supports a path variable (V 0.52b does not),
- # we'll use aliases to make it easy to call any external code
- # resources we may have. These should be customized with
- # the path to the place where you store MacShell code resources:
- #
- # alias cut "MacHD:MacShell:bin:cut"
- # alias wc "MacHD:MacShell:bin:wc"
-
-
-